IAsyncOperationWithProgress.Progress Property

Gets or sets the method that handles progress events.

Syntax

public:
property AsyncOperationProgressHandler<TResult, TProgress>^ Progress {
         AsyncOperationProgressHandler<TResult, TProgress>^ get ();
         void set (AsyncOperationProgressHandler<TResult, TProgress>^ value);
}  

Property value

Type: AsyncOperationProgressHandler<TResult, TProgress> 

The method that handles the events.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncOperationWithProgress Generic Interface

IAsyncOperationWithProgress Members

Windows.Foundation Namespace